Packages

package form

Type Members

  1. sealed final class Category extends Enum[Category]

    Represents the categories of news.

    Represents the categories of news.

    Annotations
    @AllArgsConstructor()
  2. sealed final class Country extends Enum[Country]

    Represents the countries of news.

    Represents the countries of news.

    Annotations
    @AllArgsConstructor()
  3. sealed final class Language extends Enum[Language]

    Represents the languages of news.

    Represents the languages of news.

    Annotations
    @AllArgsConstructor()
  4. class NewsForm extends AnyRef

    Represents a form for searching news.

    Represents a form for searching news.

    Annotations
    @AllArgsConstructor() @Builder() @Getter() @NoArgsConstructor() @Setter() @ToString()
  5. class NewsSourcesForm extends AnyRef

    Represents a form for searching news sources.

    Represents a form for searching news sources.

    Annotations
    @AllArgsConstructor() @Builder() @Getter() @NoArgsConstructor() @Setter() @ToString()
  6. sealed final class SortCriterion extends Enum[SortCriterion]

    Represents a sorting criterion for news search results.

    Represents a sorting criterion for news search results.

    Annotations
    @AllArgsConstructor()

Ungrouped